home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / net / anosgw6.lzh / AmigaGopher_SetUp < prev    next >
Text File  |  1993-12-07  |  3KB  |  77 lines

  1. Addendum (1/7 Dec 93):
  2.  
  3. 1) you will need to obtain the AmigaNOS.LZH archive file, unarchive it, and
  4.    put the files and directories where you want to keep them
  5.  
  6.    this is John Heaton's version of AmigaNOS, and the archive contains all of
  7.    the requisite files for his version and for Graham's version (eg; Graham's
  8.    version requires the same files as does John's, but only John's archive
  9.    contains all of the necessary files and subdirectories - NOTE: you CAN do
  10.    without the duplicate SLIP directory by modifying the Shell startup script
  11.    to point to TCPIP instead of SLIP, as in my example script for this Gopher
  12.    setup)
  13.  
  14.    John Heaton's archive is available via anonymous FTP from: dir.mcc.ac.uk
  15.    (130.88.200.4)
  16.  
  17. 2) move the files from THIS archive into the proper directories (or make
  18.    new subdirectories) in your previously created TCPIP directory (for
  19.    step #1) as directed above (in the "gopher.comments" note)
  20.  
  21. 3) put the AmigaNOS.guide (AmigaGuide) file in the SLIP/Clients subdirectory
  22.    along with the Gopher (client) program
  23.  
  24. 4) you MUST HAVE the AmigaGuide product in order to use this Gopher client
  25.    since it uses AmigaGuide as its interface
  26.  
  27. 5) put AmigaNOSGW in the TCPIP directory along with the AmigaNOS program
  28.  
  29. 6) copy the AmigaDOS script in the S: directory of this archive, into the S:
  30.    subdirectory IN the directory or volume where you place AmigaNOS (TCPIP:
  31.    being a SUBdirectory of this directory)
  32.  
  33.    for example, I have the following directory structure
  34.  
  35.    AmigaNOS:
  36.             S:    <--- put script HERE
  37.             C:
  38.             LIBS:
  39.             REXX:
  40.            (SLIP:)    <---- subdirectory from Heaton version was removed and is superfluous
  41.             TCPIP:
  42.                    Digger:
  43.                    Finger:
  44.                    Logs:
  45.                    Public:
  46.                    SLIP:    <--- this directory is required by Walters Gopher client program
  47.                             Clients:
  48.                    Spool:
  49.                             <various subdirectories>
  50.                    Work:
  51.  
  52.                    AmigaNOS
  53.                    AmigaNOSGW
  54.                    alias
  55.                     .
  56.                     .
  57.                     .
  58.  
  59. 7) modify the script so the window "corners" (size, location) FIT within YOUR
  60.    WorkBench (I use super hi-res interlaced, hence the big numbers)
  61.  
  62. 8) create an AmigaDOS script or Shell Alias that executes:
  63.  
  64.     newcli "RAW:<begining-X>/<beginning-Y>/<ending-X>/<ending-Y>/AmigaNOS-Gopher"
  65.          from <directory or volume where TCPIP: exists>:s/AmigaNOSGW-Startup
  66.  
  67.    as all one line
  68.  
  69.    Note that you will need to determine YOUR desired window size and location,
  70.    and fill in the appropriate X and Y (pixel) coordinates
  71.  
  72. 9) the end result is that you will have ONE directory structure and TWO AmigaNOS
  73.    programs: one is John Heaton's which has some different control features than
  74.    Graham's, but no external clients; the other is Graham Walter's version which
  75.    has been modified to allow for external clients (eg; Graham's Gopher client),
  76.    but otherwise lacks some of the control features that John Heaton's has
  77.